首页 / 词典 / good

create table

美 [kriˈeɪt ˈteɪbl]英 [kriˈeɪt ˈteɪbl]
  • 网络创建表结构;创建表;语句;建表
create tablecreate table
  1. And obviously , the CREATE TABLE doesn 't return anything .

    显然,CREATETABLE没有返回任何东西。

  2. Secondly , standardize management structure and create table tennis brand competition .

    规范管理体制,打造乒乓球品牌赛事。

  3. The CREATE table statement now provides three ways to group data in a database table .

    CREATEtable语句现在提供了三种方式来组织数据库表中的数据。

  4. Failed to create table & out of memory .

    创建表格失败&内存不足。

  5. The page size is not directly specified on the CREATE TABLE statement .

    页宽不是在CREATETABLE语句中直接指定的。

  6. Support html files auto-searching , quickly create table of contents .

    极好用的目录层次编辑器;

  7. A partitioning key is defined on a table with the CREATE TABLE statement .

    分区键是在一个表上用CREATETABLE语句定义的。

  8. The check constraints view allows you to create table check constraints for the table .

    允许您为表创建表检查约束。

  9. If this option is on , DDL will be used from show create table .

    勾选此选项,将在目标数据库表创建索引。

  10. The partition level INDEX IN clause is specified in the CREATE TABLE statement , or

    语句CREATETABLE中指定了分区级别的INDEXIN子句,或者

  11. Three complementary CREATE TABLE options

    三个互补的CREATETABLE选项

  12. You can use this dialog to build a subsection of the SQL CREATE TABLE command .

    可以使用该对话框构建SQLCREATETABLE命令的子区段。

  13. Thus it is important to create table SALES_TMP in the correct schema right from the start .

    因此,一定要在正确的模式中创建SALESTMP表。

  14. Tables must be created with the DISTRIBUTE BY HASH clause of the CREATE TABLE statement .

    在创建表时,必须在CREATETABLE语句中使用DISTRIBUTEBYHASH子句。

  15. Table data is partitioned as specified in the PARTITION BY clause of the CREATE TABLE statement .

    CREATETABLE语句的PARTITIONBY子句指定了表数据的分区。

  16. How to create table headers .

    这个例子演示了如何显示表格标题。

  17. Cannot create table . A table must have at least one cell , and the number of cells must not exceed 5,000 .

    无法创建表格。表格应至少有一个单元格,并且单元格数不能超过5000。

  18. The dimensions are defined in the CREATE table statement and storage is reserved for each combination of values .

    在CREATEtable语句中定义维的时候,就为每种值的组合预留了存储空间。

  19. If there is no partitioning key provided explicitly in the CREATE TABLE command , the following defaults are used

    如果在CREATETABLE命令内没有显式地提供分区键,那么就会使用如下的这些默认值

  20. I also described two ways to use the PARTITION BY clause of the CREATE TABLE statement to create partitioned tables .

    我还描述了使用CREATETABLE的PARTITIONBY子句来创建分区表的两种方法。

  21. In this example , you see that the " Create table " statement failed to propagate on target servers .

    在本例中,您将看到“Createtable”语句未能广播到目标服务器。

  22. If a primary key is specified in the CREATE TABLE statement , the first column of the primary key is used as the distribution key .

    如果在CREATETABLE语句中指定了一个主键,那么主键的首列会被用作分配键。

  23. The statement at D results in an error because the CREATE TABLE statement for the t1 table has been rolled back .

    标签D的语句导致一个错误,因为t1表的CREATETABLE语句被执行了回滚。

  24. Now , when creating partitioned tables , the partition boundaries are determined by the CREATE TABLE statement instead of CREATE INDEX .

    这时,当创建分区的表时,分区的边界由CREATETABLE语句决定,而不是由CREATEINDEX语句决定。

  25. The specifications provided in the PARTITION BY clause of the CREATE TABLE statement define how data in a table is partitioned .

    CREATETABLE语句的PARTITIONBY子句中提供的信息决定表数据的分区方式。

  26. In a DPF environment , each table row is distributed to a database partition according to the distribution key specified in the CREATE TABLE statement .

    在DPF环境中,根据CREATETABLE语句中指定的分区键,表中的每个行被分布到一个分区上。

  27. One design consideration unique to TP is the need to handle rows that fall outside the ranges of values defined in the CREATE table statement .

    对于TP,在设计时需要特别考虑的一点是,需要处理不在CREATEtable语句中定义的值范围内的行。

  28. With the IBM Data Movement Tool , you first extract and create table definitions from a source database to DB2 and then use the pipe option to load the data .

    借助IBMDataMovementTool,您首先从源数据库中提取表并创建表定义,然后使用管道选项载入数据。

  29. With DB2 z / OS , no matter what method you create table space , the underlying LDS VSAM datasets will have a standard naming convention .

    对于DB2z/OS,不管您创建表空间使用的是什么方法,底层的LDSVSAM数据集都会有一个标准命名约定。

  30. In DB2 9.7 , the compression capability for XML data is enabled simply through the COMPRESS YES clause of the CREATE TABLE statement , which compresses both relational and XML columns in the table .

    在DB29.7中,只需通过CREATETABLE语句的COMPRESSYES子句启用XML数据的压缩功能,这会同时压缩表中的关系和XML列。